plusAssign

@JvmName(name = "plusAssignIgnoreIncoming")
inline operator fun DslList<Int, ConfigKt.LoRaConfigKt.Dsl.IgnoreIncomingProxy>.plusAssign(value: Int)
For testing it is useful sometimes to force a node to never listen to
particular other nodes (simulating radio out of range). All nodenums listed
in ignore_incoming will have packets they send dropped on receive (by router.cpp)

repeated uint32 ignore_incoming = 103;

Parameters

value

The ignoreIncoming to add.


@JvmName(name = "plusAssignAllIgnoreIncoming")
inline operator fun DslList<Int, ConfigKt.LoRaConfigKt.Dsl.IgnoreIncomingProxy>.plusAssign(values: Iterable<Int>)
For testing it is useful sometimes to force a node to never listen to
particular other nodes (simulating radio out of range). All nodenums listed
in ignore_incoming will have packets they send dropped on receive (by router.cpp)

repeated uint32 ignore_incoming = 103;

Parameters

values

The ignoreIncoming to add.